home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / Report Writers / Crystal Repot 9.0 Full CD version / Setup.exe / Windows / System32 / HTMLRE90.DLL / HTML / 11004 < prev    next >
Encoding:
Text File  |  2002-07-05  |  3.4 KB  |  119 lines

  1. <html>
  2.  
  3. <head>
  4. <link rel="stylesheet" type="text/css" href="%3css/default.css">
  5. </head>
  6.  
  7. <script language="javascript">
  8. function searchObj()
  9. {
  10.     url = "%6";
  11.     url += "&cmd=%7";
  12.  
  13.     window.parent.location = url;
  14. }
  15.  
  16. function cancelSearch()
  17. {
  18.     url = "%6";
  19.  
  20.     window.parent.location = url;
  21. }
  22.  
  23. function selectAll()
  24. {
  25.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  26.         window.parent.frames['content_frame'].selectAll();
  27.    else
  28.         return;
  29. }
  30.  
  31. function deselectAll()
  32. {
  33.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  34.         window.parent.frames['content_frame'].deselectAll();
  35.    else
  36.         return;
  37. }
  38.  
  39. function moveSelected()
  40. {
  41.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  42.         window.parent.frames['content_frame'].moveSelected();
  43.    else
  44.         return;
  45. }
  46.  
  47. function deleteSelected()
  48. {
  49.    if (window.parent.frames['content_frame'].document.forms.form1 != null)
  50.         window.parent.frames['content_frame'].deleteSelected();
  51.    else
  52.         return;
  53. }
  54.  
  55. function refresh()
  56. {
  57.     if (window.parent.frames['content_frame'].document.forms.formsearch != null)
  58.         window.parent.frames['content_frame'].DoRefresh();
  59.     else
  60.     {
  61.         url = "%6";
  62.         window.parent.location = url;
  63.     }
  64. }
  65.  
  66. </script>
  67. <body class="header" TOPMARGIN="0" MARGINHEIGHT="0" LEFTMARGIN="5" MARGINWIDTH="5">
  68.  
  69. <DIV ID="tooltip" STYLE="position:absolute;visibility:hidden;z-index:99;"></DIV>
  70.  
  71. <SCRIPT SRC="%4js/helps.js"></SCRIPT>
  72. <SCRIPT SRC="%5js/tips.js"></SCRIPT>
  73.  
  74.   <table cellspacing=2 cellpadding=0 border=0 width=100%>
  75.     <tr>
  76.       <td class="header"><a class="header" target="_parent" href="%2">Home</a> <span class="clsPathSeparator"> > </span> 
  77.       <td class="header" align="right">
  78.         <table border=0 cellpadding=0>
  79.            <tr>
  80.              <td class="clsButton" nowrap>
  81.                <div class="clsButton"><a target="_parent" href="%1" onMouseOver="St(1);window.status='';return true;" onMouseOut="Ht()">New Folder...</a></div>
  82.              </td>
  83.              <td class="clsButton" nowrap>
  84.                <div class="clsButton"><a href="javascript: moveSelected();" onMouseOver="St(2);window.status='';return true;" onMouseOut="Ht()">Copy/Move...</a></div>
  85.              </td>
  86.              <td class="clsButton" nowrap>
  87.                <div class="clsButton"><a href="javascript: deleteSelected();"onMouseOver="St(3);window.status='';return true;" onMouseOut="Ht()">Delete</a></div>
  88.              </td>
  89.            </tr>
  90.         </table>
  91.       </td>
  92.     </tr>
  93.     
  94.     <tr>
  95.       <td class="header"><span class="headerTitle">Folders</span></td>
  96.       
  97.       <td class="header" align="right">
  98.         <table border=0 cellpadding=0>
  99.           <tr>
  100.             <td class="clsButton" nowrap>
  101.                <div class="clsButton"><a href="javascript: %8();" onMouseOver="StText('%10');window.status='';return true;" onMouseOut="Ht()">%9</a></div>
  102.             </td>
  103.             <td class="clsButton" nowrap>
  104.                <div class="clsButton"><a href="javascript: selectAll();" onMouseOver="St(4);window.status='';return true;" onMouseOut="Ht()">Select All</a></div>
  105.             </td>
  106.             <td class="clsButton" nowrap>
  107.                <div class="clsButton"><a href="javascript: deselectAll();" onMouseOver="St(5);window.status='';return true;" onMouseOut="Ht()">Clear All</a></div>
  108.             </td>
  109.             <td class="clsButton" nowrap>
  110.                <div class="clsButton"><a href="javascript: refresh();" > Refresh </a></div>
  111.             </td>
  112.           </tr>
  113.         </table>
  114.        </td>
  115.     </tr>
  116.   </table>
  117. </body>
  118. </html>
  119.